home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2004 New Year / INTERNET112.ISO / pc / software / windows / building / easy_php / easyphp16_setup.exe / {app} / phpmyadmin / README < prev    next >
Encoding:
Text File  |  2003-09-24  |  2.7 KB  |  81 lines

  1. $Id: README,v 1.8 2002/04/03 20:49:07 swix Exp $ 
  2.  
  3. phpMyAdmin - Readme
  4. ===================
  5.  
  6.   A set of PHP-scripts to adminstrate MySQL over the WWW.
  7.  
  8.   Version 2.2.0 - August 2001
  9.   ---------------------------
  10.   http://www.phpmyadmin.net/
  11.  
  12.     Copyright (C) 1998-2000 Tobias Ratschiller <tobias@phpwizard.net>
  13.     Copyright (C) 2001-     Olivier M¸ller <om@omnis.ch>
  14.                             LoÔc Chapeaux <lolo@phpHeaven.net>
  15.                 Marc Delisle <DelislMa@CollegeSherbrooke.qc.ca>
  16.                 [check Documentation.txt/.html file for more details]
  17.  
  18.     This program is free software; you can redistribute it and/or modify
  19.     it under the terms of the GNU General Public License as published by
  20.     the Free Software Foundation; either version 2 of the License, or
  21.     (at your option) any later version.
  22.  
  23.     This program is distributed in the hope that it will be useful,
  24.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  25.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  26.     GNU General Public License for more details.
  27.  
  28.     You should have received a copy of the GNU General Public License
  29.     along with this program; if not, write to the Free Software
  30.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  31.  
  32.   Requirements: 
  33.     PHP3 (>= 3.0.8) or PHP4
  34.     MySQL (tested with 3.21.x, 3.22.x and 3.23.x)
  35.     a web-browser (doh!)
  36.                 
  37.   Summary:
  38.     phpMyAdmin is intended to handle the adminstration of MySQL over the WWW.
  39.     Currently it can:
  40.       - create and drop databases
  41.       - create, copy, drop and alter tables
  42.       - delete, edit and add fields
  43.       - execute any SQL-statement, even batch-queries
  44.       - manage keys on fields
  45.       - load text files into tables
  46.       - create and read dumps of tables
  47.       - export and import CSV data
  48.       - administer one single database
  49.       - communicate in more than 20 different languages
  50.  
  51.   Download:
  52.     You can get the newest version at http://www.phpmyadmin.net/.
  53.  
  54.   Credits:
  55.     Please see the Documentation.txt/.html file.
  56.    
  57.   Installation:
  58.     Please see the Documentation.txt/.html file.
  59.   
  60.   ChangeLog:
  61.     Now in ChangeLog
  62.   
  63.   Documentation:
  64.     Basic documentation available in Documentation.txt/.html
  65.  
  66.   Support:
  67.     There is are 2 support forums under http://www.phpmyadmin.net/
  68.  
  69.  
  70.     Enjoy!
  71.         The phpMyAdmin Devel team
  72.  
  73.  
  74.   PS: Please, don't send us emails with question like "How do I compile
  75.       PHP3 with MySQL-support". We do answer all emails regarding 
  76.       phpMyAdmin, but we just don't have the time to be your free helpdesk.
  77.       Please send your questions to the appropiate mailinglists.
  78.       Before contacting us, please read the Documentation.html (esp. the 
  79.       FAQ part).
  80.  
  81.